home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / GRP_CVTR / REALIZ10 / SHUTTLE.RDR < prev    next >
Text File  |  1994-06-01  |  733b  |  27 lines

  1. * The camera inserted at the end overrides the default camera.  Note the
  2. *   autolight is turned off to avoid 2 light sources (all this gives something
  3. *   to look at instead of just a black screen).
  4.  
  5. global
  6.     sky cloudy
  7.     floor desert
  8.     autolight no
  9.     default_texture glossy
  10.  
  11. insert at_end begin_insert
  12.     camera {
  13.       location <-517.5681780,369.5141190,417.7552080>
  14.       direction <0.0,0.0,1.9157088>
  15.       up <0.0,0.0,1.0>
  16.       sky <0.0,0.0,1.0>
  17.       right <-1.3333333,0.0,0.0>
  18.       look_at <-152.4532850,14.3631860,103.6201020>
  19.     }
  20.  
  21.     object{
  22.       light_source {<-308.9370713,583.9984893,567.3634329>
  23.         color red 1.0000000 green 1.0000000 blue 1.0000000}
  24.     }
  25.     end_insert
  26.  
  27.